home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Source 9
/
developer source - volume 9.iso
/
parad
/
apr96
/
jensf101.gif
< prev
next >
Graphics Interchange Format
|
1998-02-10
|
6KB
|
382x354
|
4-bit (6 colors)
Labels:
text
|
electronics
|
screenshot
|
display
|
software
|
computer icon
|
number
|
operating system
OCR:
UNIT1.PAS unit Unit1; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs; type TFormi = class (TForm) Button1: TButton; private { Private declarations } public { Public declarations } end; 1: 1 Modified Insert Unit1